Welcome![Sign In][Sign Up]
Location:
Search - linux proc

Search list

[Linux-UnixProc文件系统源代码分析报告

Description: 论文-Proc文件系统源代码分析报告
Platform: | Size: 295817 | Author: plaudit | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixproc示例程序

Description: oracle pro*c编程示例,里面有执行动态SQL,建立多个数据连接链,执行PL/SQL语句块的示例代码,并且都封装成函数接口。-c programming examples, and they perform dynamic SQL, and the establishment of multiple data link, the implementation of PL/SQL block of code examples, and are packaged as function interface.
Platform: | Size: 3072 | Author: 林千园 | Hits:

[Oracleoracle_sample

Description: 学习oracle的脚本,包括备份,proc编程的,例子,是学习oracle的好资料-learning oracle scripts, including backup, proc programming, for example, is a good learning oracle information
Platform: | Size: 22528 | Author: tch | Hits:

[Linux-Unixlinuxprocthreads

Description: linux 多线程 proc*c的oracle接口-multithreading proc* c the oracle interface
Platform: | Size: 3072 | Author: 陈全勇 | Hits:

[Linux-UnixPROC

Description: Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件-Linux kernel module programming simple to achieve, is a procedure PROC. Pid number is entered by the user, the program returned to the corresponding executable file pid
Platform: | Size: 146432 | Author: ThAi | Hits:

[OraclePRO

Description: Oracle C语言 Proc编程 Linux、Unix下Oracle开发-Oracle C programming language Proc Linux, Unix development under the Oracle
Platform: | Size: 10506240 | Author: liang | Hits:

[Linux-Unixproc

Description: linux环境下C连接oracle数据库-C under linux to connect oracle database
Platform: | Size: 210944 | Author: 张恒 | Hits:

[Linux-Unixatop-1.23.tar

Description: 开源的atop: linux下的类top监控工具,比top的功能强一些。 主要从/proc中取信息处理并显示。 -Open source atop: linux monitoring tools under the top of the class, some stronger than the top of the feature. Mainly from/proc to take in information processing and display.
Platform: | Size: 174080 | Author: dir | Hits:

[Internet-Networkproc

Description: This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide. -This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide.
Platform: | Size: 10240 | Author: jeevan | Hits:

[Linux-Unixprocparser

Description: proc file system of linux
Platform: | Size: 8192 | Author: manoj | Hits:

[Otheralp-ch07-proc-filesystem

Description: A briefing on Linux file system
Platform: | Size: 234496 | Author: R | Hits:

[Oracleproc

Description: linux 环境下c语言访问oracle数据库及从左。-very good
Platform: | Size: 234496 | Author: 卫永录 | Hits:

[Linux-UnixOracle_ProC

Description: 用Linux环境下C/C++语言实现的Oracle的原生Proc接口,供参考。-Linux environment with C/C++ language of the Oracle Proc native interface, for reference.
Platform: | Size: 11264 | Author: delit | Hits:

[Linux-UnixPROC

Description: LINUX 上 对 ORACLE pro/c 的编写-FOR ORACLE PROC FOR C LIUNX
Platform: | Size: 6144 | Author: suChang | Hits:

[Linux-Unixlinux-proc-

Description: • 内核模块创建在proc文件系统上建立_ps文件.遍例进程内核链表task_struct.将遍例结果存入缓冲区.影射到/proc/_ps文件中.用户态的程序去读取 这个文件.打印显示 当前进程的的pid,ppid 和进程名.-Display the current process pid,ppid and processname.
Platform: | Size: 1024 | Author: 李米 | Hits:

[Driver Developproc

Description: Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mechanism. In this paper based on the Intel x86 architecture of Linux/proc file system.
Platform: | Size: 115712 | Author: ptzff | Hits:

[Linux-Unixproc

Description: linux下内核对proc的操作,适合内核2.6.30及以上,请自己写-linux proc make
Platform: | Size: 1024 | Author: 张展 | Hits:

[Linux-Unixlinux-proc

Description: The path of debug log dump upcall script for Linux v2.13.6.
Platform: | Size: 3072 | Author: mobangte | Hits:

[OtherLinux那些事儿之我是Sysfs

Description: Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)
Platform: | Size: 607232 | Author: zhaogd | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net